home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990725-20000114 / 000130_news@columbia.edu _Fri Oct 1 13:52:12 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id NAA16414
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 1 Oct 1999 13:52:12 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id NAA27971
  7.     for kermit.misc@watsun.cc.columbia.edu; Fri, 1 Oct 1999 13:34:45 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: "art1958" <artNOSPAM1958@yahoo.com>
  10. Subject: Re: Modem Reset
  11. Message-ID: <ye6J3.1648$%62.34851@c01read02-admin.service.talkway.com>
  12. Date: Fri, 01 Oct 1999 17:32:14 GMT
  13. Organization: Talkway, Inc.
  14. To: kermit.misc@columbia.edu
  15.  
  16. You may wish to set the modem register &D3 which will reset the modem
  17. to stored settings whenever DTR is dropped such as when C-Kermit
  18. releases the tty or a dial in/out connection finishes.  For
  19. Rockwell-v34 based modems on SCO UNIX it works well.  YMMV
  20.  
  21. On 1 Oct 1999 16:18:40 GMT fdc@watsun.cc.columbia.edu (Frank da Cruz)
  22. wrote:
  23. > In article <37f4ccff.0@nnrp1.news.uk.psi.net>,
  24. > Tim O'Shea <timos@bigfoot.com> wrote:
  25. > : When using the alphapage script to send messages to a TAP Pager, the
  26. > : modem is either not reset, or is reset incorrectly, specifically, it
  27. > : won't allow dial-in operations after sending the pager message.  How do
  28. > : I amend the alphapage script to perform a reset to stored profile 0 after
  29. > : the message has been sent?
  30. > : 
  31. > You are doing this on Unix?  As you can guess, bidirectional ttys are a
  32. > horrible nightmare in Unix.  Each Unix platform handles them differently,
  33. > if at all, and the modem must be configured with extreme care to (inter
  34. > alia) automatically restore some custom preloaded profile from NVRAM
  35. > whenever a call hangs up.  And then getty (mgetty, uugetty, etc etc blah
  36. > blah) is supposed to notice when this happens and seize control of the
  37. > modem once again.  The dialout program should not need to know anything
  38. > about this, and how could it?  Setups like this are always site-specific,
  39. > platform- specific, and modem-specific.
  40. > So the real answer is to look elsewhere: in the modem configuration and in
  41. > the platform's configuration for the device.
  42. > Of course you can always change the script to do something like:
  43. >   set carrier-watch off
  44. >   output AT&F0S0=1\13
  45. > or somesuch after hanging up the call, but that will break if the modem
  46. > changes.
  47. > - Frank
  48. --
  49. Posted via Talkway - http://www.talkway.com
  50. Exchange ideas on practically anything (tm).
  51.